@font-face {
    font-family:weibei;src:url(weibei.eot);src:url(weibei.eot#font-spider) format("embedded-opentype"),url(weibei.woff) format("woff"),url(weibei.ttf) format("truetype"),url(weibei.svg) format("svg");font-weight:400;font-style:normal
}

.type_form {
    display: flex;
    flex-direction: column
}

.type_form .form_cont {
    overflow: hidden
}

.type_form .form-row {
    padding: 0 14px
}

.type_form .title2 {
    color: #ad241a;
    font-size: 20px;
    font-weight: 700;
    background: #e6c9a8;
    height: 65px;
    margin-bottom: 20px
}

.type_form .title2 span {
    position: relative
}

.type_form .title2 span:before {
    left: -46px
}

.type_form .title2 span:after,.type_form .title2 span:before {
    content: "";
    background: url(/static/image/sx_title_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.type_form .title2 span:after {
    transform: rotateY(180deg);
    right: -46px
}

.type_form .download_app {
    padding: 12px 14px;
    background: #e6c9a8;
    margin-top: 15px
}

.type_form .download_app .logo {
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.type_form .download_app h3 {
    font-weight: 700;
    font-size: 24px;
    font-family: weibei;
    letter-spacing: -4px
}

.type_form .download_app .desc {
    font-size: 16px;
    color: #996a28;
    padding: 0 22px;
    background: url(../../images/ico/product_title_icon.png?09cf74cedb46d030dc97b1a7d3331c55=) no-repeat 0;
    background-size: 18px 12px;
    position: relative;
    line-height: 40px
}

.type_form .download_app .desc:after {
    content: "";
    width: 18px;
    height: 40px;
    background: url(../../images/ico/product_title_icon.png?09cf74cedb46d030dc97b1a7d3331c55=) no-repeat 100%;
    transform: rotate(180deg);
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0
}

.type_form .download_app .qrcode {
    margin-left: auto
}

.type_form .download_app .qrcode img {
    width: 70px;
    height: 70px;
    transition: all .3s
}

.type_form .download_app .qrcode p {
    font-size: 12px;
    margin-top: 3px;
    text-align: center
}

.type_form .download_app:hover .qrcode img {
    transform: scale(2.3)
}
